home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / getsets < prev    next >
Text File  |  2001-03-21  |  335b  |  17 lines

  1. Synopsis:
  2.    $getsets(<mask>)
  3.  
  4. Technical:
  5.    This function returns the names of all SET(4) variables matching <mask>.
  6.  
  7. Returns:
  8.    space-separated list of the names of all /set variables matching the
  9.    wildcard <mask>
  10.  
  11. Example:
  12.    $getsets(*tab*)                         /* returns "TAB TAB_MAX"
  13.  
  14. See Also:
  15.    set(4)
  16.  
  17.